|
|
|
|
IndexOf Method, TabCollectionClass Class |
Determines the index of a specific tab in the tab collection.
Syntax TabCollectionClass Class (Softelvdm.SftTabsNET)
VB |
Public Function IndexOf( ByVal tab As TabClass ) As Integer |
C# |
public int IndexOf( TabClass tab ); |
C++ |
public: int IndexOf( TabClass^ tab ); |
tab
The tab to locate in the tab collection.
Return Value
The zero-based index of the tab in the tab collection, -1 if the tab is not part of the tab collection.
Comments
The IndexOf method determines the index of a specific tab in the tab collection.